ComponentOne SuperTooltip for WinForms
C1.Win.8 Assembly / C1.Win.Collections.ObjectModel Namespace / ObservableKeyValuePair<TKey,TValue> Class / Key Property

In This Topic
    Key Property (ObservableKeyValuePair<TKey,TValue>)
    In This Topic
    Gets the key in the key/value pair.
    Syntax
    'Declaration
     
    Public Property Key As TKey
    public TKey Key {get; set;}
    See Also